ServiceDeleteAttachment Method (IListString) |
Deletes file or item attachments from an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId DeleteAttachment(
IList<string> attachmentIds
)
Public Function DeleteAttachment (
attachmentIds As IList(Of String)
) As ItemId
Parameters
- attachmentIds
- Type: System.Collections.GenericIListString
The IDs of the attachments to delete.
Return Value
Type:
ItemIdThe identifier of the parent item.
See Also